home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / System / ErrorHandler.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-02-17  |  1011 b   |  63 lines

  1. #MainContainer
  2. {
  3.     float:left;
  4.     
  5.     width:980px;
  6.     height:500px;
  7.     background:#fafafa;
  8.     border:1px solid #888;
  9.     margin:10px 10px 10px 10px !important;
  10.     margin:10px 0 0 5px;
  11. }
  12.  
  13. #ErrorTitle
  14. {
  15.     float:left;
  16.     margin:50px 0 10px 190px !important;
  17.     margin:50px 0 10px 90px;
  18.     width:600px;
  19.     height:30px;
  20.     line-height:30px;
  21.     padding-left:5px;
  22.     border-bottom:1px solid #aaa;
  23.     color:#333;
  24.     font-weight:bold;
  25.     font-family:"Tahoma",Lucida Grande, sans-serif;
  26. }
  27.  
  28. #ErrorDescription
  29. {
  30.     float:left;
  31.     width:600px;
  32.     height:200px;
  33.     margin:0 0 0 190px !important;
  34.     margin:0 0 0 90px;
  35.     border-left:1px dashed #aaa;
  36.     padding-left:5px;
  37.     line-height:20px;
  38. }
  39.  
  40. #ErrorDescription li
  41. {
  42.     list-style-type:circle;
  43.     line-height:25px;
  44. }
  45.  
  46. a.ReturnLink:link, a.ReturnLink:visited
  47. {
  48.     float:left;
  49.     clear:left;
  50.     display:block;
  51.     width:500px;
  52.     height:20px;
  53.     margin:20px 0 0 250px !important;
  54.     margin:20px 0 0 140px;
  55.     font-family:Lucida Grande, SimSun, Tahoma, Arial, sans-serif;
  56.     color:#c00;
  57.     font-decoration:underline;
  58. }
  59.  
  60. a.ReturnLink:hover
  61. {
  62.     color:#f00;
  63. }